home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / cthugha5.zip / CTHU5SRC.ZIP / INITSCRN.H < prev    next >
C/C++ Source or Header  |  1994-08-19  |  416b  |  14 lines

  1. //
  2. // Cthugha - Audio Seeded Image Processing
  3. //
  4. // Zaph, Digital Aasvogel Group, Torps Productions 1993-1994
  5. //
  6.  
  7. extern void scroll_up(int x1, int y1, int x2,int y2,int lines,unsigned char color);
  8. extern void gotoxy(int x1, int y1);
  9. extern void color_char(char ch,char color);
  10. extern void show_credits(void);
  11. extern void quit_screen(void);
  12. extern void help_screen(void);
  13. extern void cdmix_screen(int);
  14.